home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / snowball.swf / scripts / DefineSprite_229 / frame_1 / DoAction.as
Text File  |  2011-08-19  |  140b  |  13 lines

  1. this.onEnterFrame = function()
  2. {
  3.    if(_root.gameon)
  4.    {
  5.       gotoAndStop(1);
  6.    }
  7.    else
  8.    {
  9.       play();
  10.    }
  11. };
  12. stop();
  13.